Class sjl.wrappers.FuncNegateLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncNegateLong

java.lang.Object
   |
   +----sjl.wrappers.FuncNegateLong

public class FuncNegateLong
extends Object
implements Function1
FuncNegateLong is a function object designed for creating a new object of type Long based on the argument object and the - operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncNegateLong()

Method Index

 o perform(Object)
Convert the argument to Long and use the return value from the longValue() method and the - operator to create a new Long which is returned.

Constructors

 o FuncNegateLong
  public FuncNegateLong()

Methods

 o perform
  public Object perform(Object o)
Convert the argument to Long and use the return value from the longValue() method and the - operator to create a new Long which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index